Adwaita: Reduce the solid csd borders
authorMatthias Clasen <mclasen@redhat.com>
Wed, 5 Aug 2020 12:45:46 +0000 (08:45 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 5 Aug 2020 12:47:00 +0000 (08:47 -0400)
Reduce the borders we draw ourselves for solid csd
to 1 pixel. It still doesn't look great, but at least
it doesn't look outright broken.

Fixes: #2997
gtk/theme/Adwaita/_common.scss

index 270784bb5dd36a3408c4e2dbaf60f4489a09a08d..b33455d53917260948772d0b1d2e2f96030f35b5 100644 (file)
@@ -3783,7 +3783,7 @@ window {
   &.solid-csd {
     margin: 0;
     padding: 0;
-    border: solid 14px $borders_color;
+    border: solid 1px $borders_color;
     border-radius: 0;
     box-shadow: inset 0 0 0 3px $headerbar_color, inset 0 1px $top_hilight;